home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000131_news@columbia.edu _Mon Jan 24 13:57:31 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA26431
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 24 Jan 2000 13:57:31 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA05201
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 24 Jan 2000 13:31:15 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Need help on CKERMIT
  11. Date: 24 Jan 2000 18:31:15 GMT
  12. Organization: Columbia University
  13. Message-ID: <86i5pj$524$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <86i44g$orq$1@nnrp1.deja.com>,  <cateyes5612@my-deja.com> wrote:
  17. : I am trying to transfer a tar file from my NT machine (using
  18. : HyperTerminal) to my QNX machine(using C-KERMIT 7.0 build) via
  19. : a serial port connection(COM1).
  20. Direct, or with a modem?
  21.  
  22. : I cannot seem to transfer the binary file when I do
  23. : ckermit -r
  24. Can you transfer text files?
  25.  
  26. : I get a "N3" on the QNX side and the file transfer was
  27. : not successful.  Can someone help?
  28. #N3 is a NAK (Negative Acknowledgement).  Did you get it in response to
  29. the first packet, or the first Data packet?
  30.  
  31. This is not the Hyperterminal help line, but:
  32.  
  33.  . Are you sure you told Hyperterminal to send the file?  Or is it
  34.    still sitting in its terminal screen waiting for instructions?
  35.  
  36.  . Is it an 8-bit clean connection?  If it isn't, you'll need to inform
  37.    Hyperterminal that you have a 7-bit link, and therefore it should
  38.    use parity (and therefore 8th-bit prefixing, if it supports that).
  39.  
  40. - Frank